Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requests lib for mend #706

Conversation

mikaylathompson
Copy link
Collaborator

Description

Mend is concerned about Requests 2.31.0. I suspect we're not actually using it because our definition is >= 2.31, but obviously it's necessary to guarantee that.

Issues Resolved

#670
This issue is also on the security dashboard, so we get a two-for-one.

Testing

One is a testing requirement, so it's tested via our tests. Ran unit tests for fetch.

Check List

  • New functionality includes testing
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Mikayla Thompson <[email protected]>
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.32%. Comparing base (d5f9290) to head (024b975).
Report is 18 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #706      +/-   ##
============================================
+ Coverage     63.21%   63.32%   +0.10%     
- Complexity     1566     1569       +3     
============================================
  Files           218      218              
  Lines          8820     8820              
  Branches        773      773              
============================================
+ Hits           5576     5585       +9     
+ Misses         2838     2831       -7     
+ Partials        406      404       -2     
Flag Coverage Δ
unittests 63.32% <ø> (+0.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@peternied
Copy link
Member

Thanks - not sure that mend picked this up ;/ I would have expected to see something like 'N issues have been fixed` in the mend results. But I'd rather move forward that try to understand what mend is processing

image

@peternied peternied merged commit 82273dc into opensearch-project:main Jun 7, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants